Web Components and SSR with Next.js
One of the pitfalls of Web Components is there support for Server Side Rendering. But with a little ingenuity you can get Web Components to work with SSR frameworks like Next.js.
Lit and State Management with Zustand
Did you know what you can build entire applications with Lit and Web Components? You can. An important part of any application UI is state management. Follow along as I dive into using Zustand with Lit.
The new BEM for Custom Elements, CEA
Custom Elements is an overlooked technology in the Front End world. It's time we adopt this tech to make it go mainstream. Say hi to CEA, the BEM replacement for Custom Elements.
The MEWN Stack with Shoelace
Ladies and Gentlemen I present to you the MEWN stack. MongoDB, Express, Web Components, and Node.
Material Web Components: Building Forms
Although a still in prerelease, Material Web Components give you powerful input controls for building awesome forms.
How to integrate Tailwind in a LitElement app
Integrating Tailwind in a LitElement app is really simple if you're using Snowpack.
CSS Grid Templates
Here's a collection of eight modern css layouts.
How to use LitElement Components in React by Example
Web Components are great. They theoretically can be used with any library or framework. React takes a little bit more effort to work with Web Components however. In this post I'll use Kemet components, which are built with LitElement, in a React application by using wrappers. Although I'm using LitElement, the principals here apply to Web Components built using anything.